Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPAS v16 release branch #4424

Merged
merged 116 commits into from
Nov 9, 2023
Merged

EPAS v16 release branch #4424

merged 116 commits into from
Nov 9, 2023

Conversation

nidhibhammar
Copy link
Contributor

@nidhibhammar nidhibhammar commented Jul 14, 2023

What Changed?

Begin fork of EPAS 16 docs.

Documentation for EPAS 16

This is a future release branch - specific instructions must be followed when merging, see below.
This branch shall not be merged until EPAS v16 is released!

Please use this branch only for changes specific to version v16 -changes and corrections that apply to v15 should be made in short-lived branches that can be merged into develop and released promptly.

Working on this branch

Other people may be editing and altering this branch. Be sure to pull latest before beginning work - and be aware that this branch may be rebased on a regular basis to incorporate changes from the previous version. We recommend using git pull --rebase or setting pull.rebase to true in git config to avoid mistakes, e.g. run git config pull.rebase true on your local clone.

This branch will live for months, but try to merge and delete your branches within hours or days.

For changes that need review or feedback, create a branch based on this branch and request feedback on a PR before merging your changes into this branch. See:

Please use descriptive messages and comments for your commits and PRs - this allows other people working on this PR to see at a glance what is changing.
Good: "updated version to 15 in index.mdx" / "correct misspelled option in CLI reference"
Bad: "updated index.mdx" / "fixed typos"

Incorporating [vLatest] updates

To bring in applicable changes that have been made to EPAS 15, rebase this branch against develop and force-push. Be sure to review changes for areas that should be updated for v16. When resolving conflicts, defer to v15 except when changes in this branch are necessary to support v16.

Merging this branch

When EPAS v16 is released, follow this procedure to complete the separation of documenation for v15 and v16:

  1. Rebase one last time (see above)
  2. Bring the [vLatest] subdirectory back into the source tree:
    git checkout develop product_docs/docs/epas/15/
    git commit -m "restore epas 15 docs"
    git push
    
  3. Immediately merge this branch into develop.

@nidhibhammar nidhibhammar added the deploy Add this label to a PR and it will automatically be deployed to netlify label Jul 14, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 14, 2023

@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch July 14, 2023 06:59 Inactive
@josh-heyer josh-heyer force-pushed the content/docs/epas/v16_branch branch from ea5c363 to 7b9451c Compare July 25, 2023 15:44
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch July 25, 2023 16:25 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/v16_branch branch from 7b9451c to b7e235a Compare July 29, 2023 14:04
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch July 29, 2023 14:51 Inactive
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch July 31, 2023 08:51 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/v16_branch branch from a4f5477 to f174557 Compare August 2, 2023 03:34
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 2, 2023 04:29 Inactive
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 2, 2023 04:46 Inactive
@drothery-edb drothery-edb force-pushed the content/docs/epas/v16_branch branch from fbaa6eb to 06fb92b Compare August 8, 2023 12:52
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 8, 2023 13:37 Inactive
@francoughlin francoughlin force-pushed the content/docs/epas/v16_branch branch from 06fb92b to bf2c229 Compare August 8, 2023 17:10
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 8, 2023 17:29 Inactive
@drothery-edb drothery-edb force-pushed the content/docs/epas/v16_branch branch from bf2c229 to 06b2377 Compare August 9, 2023 10:06
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 9, 2023 10:19 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/v16_branch branch from 06b2377 to 3c2d4f0 Compare August 10, 2023 05:21
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 10, 2023 05:49 Inactive
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 10, 2023 06:21 Inactive
@drothery-edb drothery-edb force-pushed the content/docs/epas/v16_branch branch from 01b3444 to 73f5fdc Compare August 11, 2023 18:43
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 11, 2023 19:09 Inactive
@josh-heyer josh-heyer force-pushed the content/docs/epas/v16_branch branch from 73f5fdc to ff8c3ae Compare August 16, 2023 23:03
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 16, 2023 23:30 Inactive
@drothery-edb drothery-edb force-pushed the content/docs/epas/v16_branch branch from ff8c3ae to 5b8e3ab Compare August 17, 2023 18:50
@github-actions github-actions bot temporarily deployed to pr-4424-content-docs-epas-v16_branch August 17, 2023 19:29 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/v16_branch branch from 60801eb to 89403bf Compare August 22, 2023 09:42
ccestes and others added 22 commits November 9, 2023 17:31
Before: 
Transparent data encryption (TDE) now supports the AES key length 256 option to TDE. The default is still AES-128, but the AES-256 option is available for use cases where 256-bit is a regulatory requirement and for feature parity with SQL Server's TDE technology that uses AES-256.

After: 
Transparent data encryption (TDE) now supports the AES key length 256 option to TDE. The default is still AES-128. AES-256 is typically required for regulatory compliance or recommended when looking for maximum security.
…laced as15 to as16 in rpm packages topic only
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/v16_branch branch from 4cd8f59 to 9fe92c8 Compare November 9, 2023 12:02
@nidhibhammar nidhibhammar requested a review from djw-m November 9, 2023 12:06
Copy link
Contributor

@djw-m djw-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nidhibhammar nidhibhammar merged commit ad54f11 into develop Nov 9, 2023
1 check passed
@nidhibhammar nidhibhammar deleted the content/docs/epas/v16_branch branch November 9, 2023 12:09
@nidhibhammar nidhibhammar mentioned this pull request Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Add this label to a PR and it will automatically be deployed to netlify upcoming-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants